1 - Create Two Scenarios with Two Materials

This journal shows how to load the baselines and run the dynamic mas flow analysis, plotting the results for two scenarios and two materials.

Step 1: Set Working Folder and Import PV ICE

Step 2: Add Scenarios and Materials

silicon and glass materials are added to the two simulations, along with a scenario, in this case the baseline_modules_US. The baseline files for decadence scenario will be modified.

Step 3: Modify Parameters in the Scenarios

We have some functions to create changes based on improvements, but for this example we'll just be modifying values for the full column and comparing effects.

Step 4: Run the Mass Flow Calculations on All Scenarios and Materials

Step 5: Use internal plotting functions to plot results

Pull out the keywords by printing the keys to the module data or the material data:

print(r1.scenario.keys())

print(r1.scenario['standard'].data.keys())

print(r1.scenario['standard'].material['glass'].materialdata.keys())